ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / FibonacciTimeZones<T> Class / StartX Property






In This Topic
    StartX Property (FibonacciTimeZones<T>)
    In This Topic
    Gets or sets the starting X data point for the time zones.
    Syntax
    'Declaration
     
    
    Public Property StartX As System.Object
    'Usage
     
    
    Dim instance As FibonacciTimeZones(Of T)
    Dim value As System.Object
     
    instance.StartX = value
     
    value = instance.StartX
    public System.object StartX {get; set;}
    public read-write property StartX: System.TObject; 
    public function get,set StartX : System.Object
    public: __property System.Object* get_StartX();
    public: __property void set_StartX( 
       System.Object* value
    );
    public:
    property System.Object^ StartX {
       System.Object^ get();
       void set (    System.Object^ value);
    }
    Remarks
    If not set, the starting X data point is calculated automatically. The value can be a number or a Date object (for time-based data).
    See Also